report_excessive_iterations Subroutine

public subroutine report_excessive_iterations(err, fcn, n, x)

Reports an error when excessive iterations have been made.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.

integer(kind=int32), intent(in) :: n

The number of iterations.

real(kind=real64), intent(in) :: x

The value of the independent variable at which the error occurred.


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg